From: David S. Miller Date: Wed, 19 Mar 2014 03:12:02 +0000 (-0400) Subject: netfilter: Add missing vmalloc.h include to nft_hash.c X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6870^2~126 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=3ab428a;p=linux-4.9.git netfilter: Add missing vmalloc.h include to nft_hash.c Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/net/netfilter/nft_hash.c b/net/netfilter/nft_hash.c index 6a1acde16c60..3b1ad876d6b0 100644 --- a/net/netfilter/nft_hash.c +++ b/net/netfilter/nft_hash.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include